home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / GestionFichiers / Cobian Backup / cbSetup.exe / cbCommonDlgs.dll / 0 / RCDATA / TFORMWAIT / TFORMWAIT.txt
Text File  |  2013-03-07  |  1KB  |  56 lines

  1. object formWait: TformWait
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsNone
  5.   ClientHeight = 37
  6.   ClientWidth = 300
  7.   Color = 13303807
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object panMain: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 300
  21.     Height = 37
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     BevelOuter = bvSpace
  25.     TabOrder = 0
  26.     object panOver: TCobPanel
  27.       Left = 2
  28.       Top = 2
  29.       Width = 296
  30.       Height = 33
  31.       Align = alClient
  32.       TabOrder = 0
  33.       UseDockManager = True
  34.       ColorCaption = clNavy
  35.       ColorFace = 13303807
  36.       ColorBorder = clOlive
  37.       ColorScheme = cpwYellow
  38.       object lblPrompt: TLabel
  39.         Left = 16
  40.         Top = 11
  41.         Width = 40
  42.         Height = 13
  43.         Caption = '_Prompt'
  44.         Color = 13303807
  45.         ParentColor = False
  46.       end
  47.     end
  48.   end
  49.   object timTimer: TTimer
  50.     Enabled = False
  51.     OnTimer = timTimerTimer
  52.     Left = 240
  53.     Top = 8
  54.   end
  55. end
  56.